Tools
epub, pdf |eng | | Author:Lasse Koskela

The parameterized test pattern The parameterized test pattern is, in essence, a way to remove duplication from data-oriented tests that only differ in small ways.[11] For example, consider a test ...
( Category: Software Development March 10,2020 )
mobi |eng | 2018-08-30 | Author:Paul Osman

Introduction Reliability is becoming an increasingly popular topic in the world of distributed systems. Job postings for Site Reliability Engineers (SRE) or chaos engineers are becoming common, and as more ...
( Category: Tools March 8,2020 )
epub |eng | 2019-07-08 | Author:Michele Sciabarrà

SELECT * FROM PERSON INNER JOIN COMPUTER ON COMPUTER.ID = PERSON.OWNER Let’s do the same in CouchDB. Emitting multiple documents that contain the ids of the records to join is ...
( Category: Software Development March 7,2020 )
epub |eng | 2018-09-26 | Author:Bast, Radovan; Di Remigio, Roberto;

message(STATUS "working C compile flag: ${working_compile_flag}") And we try a list of C++ flags: set_compiler_flag( working_compile_flag CXX REQUIRED "-foo" # this should fail "-g" # this should work with GNU, ...
( Category: Testing March 7,2020 )
epub |eng | 2018-08-06 | Author:Andy Gumbrecht Alex Soto Bueno & Jason Porter [Andy Gumbrecht Alex Soto Bueno and Jason Porter]

6.1.2. Contracts and microservice applications Each microservice has its own lifecycle, is deployed in its own runtime, and lives remotely from other microservices. In this scenario, any change to the ...
( Category: Software Development March 3,2020 )
epub, pdf |eng | | Author:Chris Birchall

5.2.1. Case study—a log management application This section will take the form of a case study. I’ll walk you through a modularization of a large Java application that I performed ...
( Category: Software Development March 3,2020 )
epub |eng | 2016-04-23 | Author:Shufen Kuo & Bing-Chao Huang [Kuo, Shufen]

Figure 5-4. Snapshot of various icon drawing using Bézier Curve Drawer module. Compile and run the application. Try these steps to test it: Move mouse to a location on the ...
( Category: Tools March 3,2020 )
mobi |eng | 2015-05-14 | Author:Os Swift [Swift, Os]

Before I get to actually typing in headings, it’s important for you know how to make things stand out. If you want to make something in bold print in your ...
( Category: Tools March 1,2020 )
epub |eng | 2012-09-18 | Author:Toth, Kalman [Toth, Kalman]

( Category: SQL Server March 1,2020 )
epub, pdf |eng | 2014-07-13 | Author:James Turnbull

We can also specify the --link command multiple times to link to multiple containers. Tip Container linking currently only works on a single Docker host. You can't link between containers ...
( Category: Tools March 1,2020 )
epub, pdf |eng | | Author:Edwin Brady

Here, Idris has evaluated 1 + k in the type to S k. But if you try swapping the arguments to +, you’ll get a different result: *ReverseVec> \k, elem ...
( Category: Testing March 1,2020 )
epub, mobi |eng | 2018-09-26 | Author:Radovan Bast

message(STATUS "working C compile flag: ${working_compile_flag}") And we try a list of C++ flags: set_compiler_flag( working_compile_flag CXX REQUIRED "-foo" # this should fail "-g" # this should work with GNU, ...
( Category: Testing February 29,2020 )
epub |eng | 2016-11-26 | Author:James Turnbull

Now lets actually use our template in the file provisioner. provisioner "file" { content = "${element(data.template_file.index.*.rendered, count.index)}" destination = "/tmp/index.html" } The first attribute, content, is the actual file content ...
( Category: Tools February 28,2020 )
epub |eng | 2015-07-23 | Author:David Scott Bernstein [David Scott Bernstein]

( Category: Software Development February 28,2020 )
epub, pdf |eng | 2020-03-24 | Author:Hyrum Wright & Tom Manshreck & Titus Winters [Hyrum Wright]

Use the graph to determine the transitive dependencies of MyBinary, that is, every target that MyBinary depends on and every target that those targets depend on, recursively. Build (or download ...
( Category: Tools February 27,2020 )